home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / 101 / boot manager / APK Boot TweakUI / readme.txt < prev   
Text File  |  1999-01-14  |  4KB  |  83 lines

  1. To Whom it may concern,
  2.  
  3.     This is the latest release of APK BootTweakUI at version 4.0, a DOS 7.0 tuning and security
  4. utility for PowerUsers of Windows95/98 that allows tuning of both DOS and Windows RAM consumption
  5. and allocations for system performance, DOS 7.0 BootTime Settings/Configuration behaviours, and
  6. Where and what version of Windows to boot and where to boot it from.
  7.  
  8.     EXTRACT THIS TO A VALID WINDOWS DIRECTORY; although this is not mandatory it makes using the
  9. program a tiny bit more convenient as it demands you to be in a VALID windows directory at shutdown!
  10.  
  11. Changes in this release are:
  12.  
  13. 1.) Superior Memory Management internally inside the code.
  14. 2.) Faster routines internally.
  15. 3.) Greater error checking and redundancy.
  16. 4.) Use of the Windows registry as a backup of settings for msdos.sys and memory tuning values in 
  17.     the event of msdos.sys file destruction/deletion/corruption.
  18. 5.) Greater user "Wizard-Like" tips and walk-thrus, mostly on Windows bootup drive and directory change.
  19. 6.) Better interface with proceeding users from Left to Right while doing settings.
  20. 7.) Support for SCSI and IDE/EIDE BusMastering Controllers thru DoubleBuffering Enable/Disable.
  21.  
  22. BELOW IS AN EXAMPLE OF MSDOS.SYS FILE FOR POWER USERS TO EXAMINE AND UNDERSTAND:
  23. ================================================================================
  24. (EXPLANATIONS OF EACH SETTING ARE GIVEN BELOW AS WELL...)
  25.  
  26. [Paths]
  27. WinDir=C:\WINNT
  28. WinBootDir=C:\WINNT
  29. HostWinBootDrv=c
  30.  
  31. [Options]
  32. BootMulti=0
  33. BootGUI=1
  34. Network=0
  35. DoubleBuffer=1
  36. BootMenuDelay=0
  37. BootKeys=1
  38. BootMenu=0
  39. Autoscan=0
  40. ;
  41. ;The following lines are required for compatibility with other programs.
  42. ;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
  43. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa
  44. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb
  45. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
  46. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd
  47. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe
  48. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf
  49. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
  50. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh
  51. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi
  52. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj
  53. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk
  54. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl
  55. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm
  56. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn
  57. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo
  58. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp
  59. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq
  60. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr
  61. ;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
  62.  
  63. EXPLANATIONS:
  64. -------------
  65.  
  66. PATHS SECTION
  67.  
  68. WinDir         : is the directory that windows will boot and run from
  69. WinBootDir     : is the Windows boot directory
  70. HostWinBootDrv : is the Drive Windows will boot from
  71.  
  72.  
  73. OPTIONS SECTION
  74.  
  75. BootMulti      : Selects whether to use DOS multiboot menu at boottime (original Win95 and SP#1 only)
  76. BootGUI        : Selects whether to use a direct to Windows boot OR boot C:\> prompt first
  77. Network        : Selects whether the machine is a Novell or NT network client
  78. DoubleBuffer   : For ScSi or busmastering disk controllers diskcache tuning setting
  79. BootMenuDelay  : Sets or removes 3-5 second DOS boottime menu delay
  80. BootKeys       : Sets or remove F5,F6,F8 security keys allowed or disallowed for security purposes
  81. BootMenu       : Sets to show BootMenu in Original or Service Pack #1 Windows95 releases
  82. Autoscan       : Sets behaviour of ScanDisk in new Windows95 Osr/2 with Fat32 or Windows98
  83.